Ignore killing_cargo_releases_the_lock on windows
authorNipunn Koorapati <nipunn1313@gmail.com>
Wed, 16 Nov 2016 06:48:21 +0000 (22:48 -0800)
committerNipunn Koorapati <nipunn1313@gmail.com>
Wed, 16 Nov 2016 06:48:21 +0000 (22:48 -0800)
tests/concurrent.rs

index bd3963d09aa99ff238e06b073f419d40fdedd26f..ba2300afa256e91f4e70237d359a818498dfb167 100644 (file)
@@ -345,7 +345,7 @@ fn same_project() {
 // next Cargo to come in will take over cleanly.
 // older win versions don't support job objects, so skip test there
 #[test]
-#[cfg_attr(target_env = "msvc", ignore)]
+#[cfg_attr(target_env = "windows", ignore)]
 fn killing_cargo_releases_the_lock() {
     let p = project("foo")
         .file("Cargo.toml", r#"